type net/http.http2connError

9 uses

	net/http (current package)
		h2_bundle.go#L1439: type http2connError struct {
		h2_bundle.go#L1444: func (e http2connError) Error() string {
		h2_bundle.go#L2097: 		if ce, ok := err.(http2connError); ok {
		h2_bundle.go#L2191: 		return nil, http2connError{http2ErrCodeProtocol, "DATA frame with stream ID 0"}
		h2_bundle.go#L2211: 		return nil, http2connError{http2ErrCodeProtocol, "pad size larger than data payload"}
		h2_bundle.go#L2616: 		return nil, http2connError{http2ErrCodeProtocol, "HEADERS frame with stream ID 0"}
		h2_bundle.go#L2751: 		return nil, http2connError{http2ErrCodeProtocol, "PRIORITY frame with stream ID 0"}
		h2_bundle.go#L2755: 		return nil, http2connError{http2ErrCodeFrameSize, fmt.Sprintf("PRIORITY frame payload size was %d; want 5", len(payload))}
		h2_bundle.go#L2832: 		return nil, http2connError{http2ErrCodeProtocol, "CONTINUATION frame with stream ID 0"}